func sync/atomic.StoreUintptr
3 uses
sync/atomic (current package)
doc.go#L141: func StoreUintptr(addr *uintptr, val uintptr)
sync
pool.go#L187: atomic.StoreUintptr(&p.victimSize, 0)
go.uber.org/atomic
uintptr.go#L82: atomic.StoreUintptr(&i.v, val)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)